home *** CD-ROM | disk | FTP | other *** search
/ Champak 128 / Vol 128 (Damaged).iso / games / paint_th.swf / scripts / DefineButton2_197 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2011-03-26  |  117 b   |  6 lines

  1. on(release){
  2.    paint = new Color(brush.brushend);
  3.    paint.setRGB(parseInt(brown1,16));
  4.    brush_c = brown1;
  5. }
  6.